home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
Mac shareware
/
Education
/
RLaB
/
misc
/
install.sh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1994-09-21
|
323 b
|
23 lines
|
[
TEXT/ttxt
]
#!/bin/sh
#
# Cheap install imitation because GNU Autoconfigure is way
# to picky, and does not handle non-BSD installs gracefully.
#
if [ $# -lt 2 ] ; then
echo "install.sh: requires two arguments"
fi
for i in $*
do
case $i in
-c) # ignore
shift
continue ;;
*) break;;
esac
done
cp $*